home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.004 / xemacs-1 / xemacs-19.13 / lwlib / energize / blpsheet.xd next >
Encoding:
Text File  |  1994-09-20  |  1.3 KB  |  79 lines

  1. module 'blpsheet'
  2. applicationName = 'blpsheet';
  3. generateNameC = 'blpsheet.xdc';
  4. generateNameUIL = '';
  5. generateNameResDB = '';
  6. generateUidFile = '';
  7. generateMask = 458980;
  8. object '' : XmDialogShell {
  9.     arguments {
  10.     name = 'breaklist_p_sheet';
  11.     XmNtitle = 'Prompt dialog';
  12.     XmNallowShellResize = true;
  13.     };
  14. object '' : XmFrame {
  15.     arguments {
  16.     name = 'breakpointPanel';
  17.     XmNshadowType=8;
  18.     };
  19. object '' : XmForm {
  20.     arguments {
  21.     name = 'panel';
  22.     XmNautoUnmanage = false;
  23.     };
  24. object '' : XmRadioBox {
  25.     arguments {
  26.     name = 'nameStyle';
  27.     XmNorientation=2;
  28.     };
  29. object '' : XmToggleButton GADGET {
  30.     arguments {
  31.     name = 'nameOnly';
  32.     };
  33. };
  34. object '' : XmToggleButton GADGET {
  35.     arguments {
  36.     name = 'prototype';
  37.     };
  38. };
  39. object '' : XmToggleButton GADGET {
  40.     arguments {
  41.     name = 'mangled';
  42.     };
  43. };
  44. };
  45. object '' : XmRadioBox {
  46.     arguments {
  47.     name = 'listingStyle';
  48.     XmNorientation=2;
  49.     };
  50. object '' : XmToggleButton GADGET {
  51.     arguments {
  52.     name = 'terse';
  53.     };
  54. };
  55. object '' : XmToggleButton GADGET {
  56.     arguments {
  57.     name = 'verbose';
  58.     };
  59. };
  60. };
  61.     attachments {
  62.     attachment {
  63.     XmNrightAttachment = 0 0 0;
  64.     XmNleftAttachment = 1 0 2;
  65.     XmNbottomAttachment = 1 0 2;
  66.     XmNtopAttachment = 3 2 2;
  67.     };
  68.     attachment {
  69.     XmNrightAttachment = 0 0 0;
  70.     XmNleftAttachment = 1 0 2;
  71.     XmNbottomAttachment = 0 0 0;
  72.     XmNtopAttachment = 1 0 2;
  73.     };
  74.     };
  75. };
  76. };
  77. };
  78. end module;
  79.